projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efa1bc
)
* bytecode.c (Fbyte_code): Pass the correct number of arguments to
author
Jim Blandy
<jimb@redhat.com>
Mon, 22 Feb 1993 14:23:26 +0000
(14:23 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 22 Feb 1993 14:23:26 +0000
(14:23 +0000)
temp_output_buffer_show.
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index c06797337a18e001fa38d3b324be8b522457ef09..904fd2e16aebae385f637102c31e2056e77d090e 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-582,7
+582,7
@@
If the third argument is incorrect, Emacs may crash.")
case Btemp_output_buffer_show:
v1 = POP;
- temp_output_buffer_show (TOP
, Qnil
);
+ temp_output_buffer_show (TOP);
TOP = v1;
/* pop binding of standard-output */
unbind_to (specpdl_ptr - specpdl - 1, Qnil);